BenSelect Documentation
Not Eligible if No Children Present
Send Feedback
JScript Examples > JScript for Plans > Not Eligible if No Children Present

Glossary Item Box

This script will return not eligible if the employee does not have children. Put this script in OnEligible to have eligibility dependent on if the employee has children. 

if (Event.Employee.HasChildren() != true)

Event.Value = false;

else Event.Value = true;

 

©2024. All Rights Reserved.